Gets or sets a value that determines whether the grid should add the 'wj-alt' class to cells in alternating rows.
Syntax
'Declaration
<DefaultValueAttribute(True)>
<ObsoleteAttribute("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")>
Public Overridable Property ShowAlternatingRows As Boolean
[DefaultValue(true)]
[Obsolete("ShowAlternatingRows has been deprecated; please use AlternatingRowStep instead.")]
public virtual bool ShowAlternatingRows {get; set;}
See Also